home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDRWin 3.9 DOS / CDTOOLS.TXT < prev    next >
Text File  |  2002-01-27  |  2KB  |  75 lines

  1.  
  2.                CDTOOLS.EXE - Miscellaneous CDROM Tools
  3.  
  4.  
  5. >>> PROGRAM DESCRIPTION <<<
  6.  
  7.    CDTOOLS.EXE is a collection of miscellaneous CDROM tools that perform
  8.    functions not covered by the other DOS utilities.
  9.  
  10.    Current functions...
  11.      - Display a list of installed CDROM devices
  12.      - Display a disc's table-of-contents
  13.      - Erase a disc (CD-RW only)
  14.      - Finalize a session/disc
  15.      - Load a disc (tray models only)
  16.      - Eject a disc
  17.  
  18. *************************************************************************
  19.  
  20. >>> COMMAND LINE USAGE <<<
  21.  
  22.  
  23. Usage: CDTOOLS [/DEVICES] [/EJECT] [/ERASE] [/FINALIZE] [/LOAD] [/TOC]
  24.          [/ID=ha:id:lun] [options...]
  25. One of the following commands must be specified...
  26.   /DEVICES   - Display a list of installed CDROM devices
  27.   /EJECT     - Eject a disc
  28.   /ERASE     - Erase a disc (CD-RW only)
  29.   /FINALIZE  - Finalize a session/disc
  30.   /LOAD      - Load a disc (tray models only)
  31.   /TOC       - Display a disc's table-of-contents
  32. Options for all commands...
  33.   /ID        - SCSI ID of CDROM device (default is first found)
  34.   /BATCH     - Disable all messages and confirmation prompts
  35.   /NOCONFIRM - Disable all confirmation prompts
  36. Erase Options...
  37.   /QUICK     - Quick erase (default is FULL)
  38.   /SPEED=n   - Recording speed (default is maximum) 
  39. Finalize Options...
  40.   /CDDA      - Close session/disc as CDDA
  41.   /CDROM     - Close session/disc as CDROM (default)
  42.   /CDROMXA   - Close session/disc as CDROM-XA
  43.   /SESSION   - Open new session after closing current one
  44. TOC Options...
  45.   /ISRC      - Display the track ISRCs and disc MCN
  46.   /MODE      - Display the sector mode of all data tracks
  47.  
  48. Example Commands:
  49.  
  50.   CDTOOLS /EJECT /ID=0:2:0    Eject a disc at device ID 0:2:0
  51.   CDTOOLS /ERASE /QUICK       Erase a CD-RW disc quickly
  52.   CDTOOLS /FINALIZE /SESSION  Finalize a disc and open a new session
  53.   CDTOOLS /LOAD               Load a disc (close tray)
  54.   CDTOOLS /TOC /ISRC          Display a disc's table-of-contents w/ ISRCs
  55.  
  56. **********************************************************************
  57.  
  58. Please send all suggestions, comments, and bug reports to...
  59.  
  60. Golden Hawk Technology
  61. 909 Columbia Circle
  62. Merrimack, NH 03054
  63. USA
  64.  
  65. Phone: 603-429-1008
  66. FAX  : 603-429-0073
  67.  
  68. URL  : http://www.goldenhawk.com
  69. EMAIL: support@goldenhawk.com
  70.  
  71. **********************************************************************
  72.  
  73. Updated on JANUARY 27, 2002
  74.  
  75.